home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-03-08 | 1.1 KB | 46 lines |
- # IBM Developer's Workframe/2 Make File Creation run at 11:22:02 on 03/08/94
-
- # Make File Creation run in directory:
- # E:\UNARJ;
-
- # Assumed INCLUDE environment variable path:
- # E:\UNARJ;
- # H:\TOOLKT20\C\OS2H;
- # H:\TOOLKT20\ASM\OS2INC;
- # H:\IBMC\INCLUDE;
-
-
- decode.OBJ: decode.c \
- # {$(INCLUDE);}stdlib.h \
- {.;$(INCLUDE);}unarj.h \
- # {$(INCLUDE);}stdio.h \
- # {$(INCLUDE);}limits.h \
- MAKEFILE
-
- environ.OBJ: environ.c \
- # {$(INCLUDE);}string.h \
- # {$(INCLUDE);}dos.h \
- # {$(INCLUDE);}io.h \
- # {$(INCLUDE);}fcntl.h \
- # {$(INCLUDE);}alloc.h \
- # {$(INCLUDE);}malloc.h \
- # {$(INCLUDE);}os2.h \
- # {$(INCLUDE);}time.h \
- # {$(INCLUDE);}stdlib.h \
- {.;$(INCLUDE);}unarj.h \
- # {$(INCLUDE);}stdio.h \
- # {$(INCLUDE);}limits.h \
- MAKEFILE
-
- unarj.OBJ: unarj.c \
- # {$(INCLUDE);}stdlib.h \
- # {$(INCLUDE);}string.h \
- # {$(INCLUDE);}ctype.h \
- # {$(INCLUDE);}ssdef.h \
- # {$(INCLUDE);}console.h \
- # {$(INCLUDE);}os2.h \
- {.;$(INCLUDE);}unarj.h \
- # {$(INCLUDE);}stdio.h \
- # {$(INCLUDE);}limits.h \
- MAKEFILE
-